home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue53
/
ccorn
/
Listing4.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1999-12-09
|
178 b
|
10 lines
procedure TMultiObj.OtherMethod;
begin
ShowMessage('OtherMethod was called');
end;
procedure TMultiObj.SomeMethod;
begin
ShowMessage('SomeMethod was called');
end;